runtime.localSpanQueue.empty (method)
2 uses
runtime (current package)
mgcmark_nogreenteagc.go#L70: func (q *localSpanQueue) empty() bool {
mgcwork.go#L370: return (w.wbuf1 == nil || (w.wbuf1.nobj == 0 && w.wbuf2.nobj == 0)) && w.spanq.empty()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)